
.header {
    position: relative;
    z-index: 999;
}

.header_top .lang{
    padding-top: 30px;
    text-align: right;
}
.lang a{
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
    vertical-align: middle;
}
.lang a span{
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url(/public/static/images/home/zh-cn/sprites.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.lang a.en span{
    background-position: -252px -116px;
}
.lang a.cn span{
    background-position: -294px 0;
}
.lang .mid{
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}


.header_nav .container_1200{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: inline-block;
    padding: 0 20px;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url("/public/static/images/home/zh-cn/reset/nav_li_icon.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_list > li.active > a,
.nav_list > li.on > a{
    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{
    color: #e1241a;
}
.header_nav{
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
.header_nav .header_search{
    position: absolute;
    right: 0;
    top: 0;
}
.header_nav .header_search input[type=text]{
    width: 235px;
    height: 45px;
    border: 0;
}
.header_nav .header_search .search{
    width: 45px;
    height: 45px;
    background: url(/public/static/images/home/zh-cn/reset/open_search_form.png)no-repeat center;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 10px;
    min-width: 185px;
    display: none;
    border-top: 1px solid rgba(206,208,207,0.7);
    background: #f7f8f8;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #e70012;
}

/*search*/
.header_search_box {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 32px;
    height: 40px;
    overflow: hidden;;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #e70012;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header_search_box img {
    position: absolute;
    top: 9px;
    right: 6px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open{
    opacity: 0;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info{
    width: 100%;
    padding-right: 32px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

/*pc隐藏模块*/
.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
    background-color: #f2f2f2;
}
.fast_navigation{
    padding-top: 50px;
    padding-bottom: 60px;
    overflow: hidden;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    padding: 0 10px;
    float: left;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 16.666%;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 20%;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 12%;
}
.fast_navigation .items .item:nth-of-type(5){
    width: 11%;
}
.fast_navigation .items .item:nth-of-type(6){
    width: 15%;
}
.fast_navigation .items .item .tip{
    font-size: 18px;
    color: #333;
    line-height: 1.7em;
}
.fast_navigation h2{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    height: 37px;
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    line-height: 1.8em;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #7f7f7f;
    letter-spacing: 0;
    line-height: 1.7em;
}
.fast_navigation ul li a:hover,
.footer_copyright p a:hover,
.footer_tip a:hover{
    color: #9d002a;
    text-decoration: underline;
}

.footer_copyright{
    overflow: hidden;
}
.footer_copyright .container_1200{

    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright .text{

}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.7em;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    background: url(/public/static/images/home/zh-cn/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/zh-cn/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #000;
    width: auto;
    height: auto;
    padding: 3px;
}
.index_box1 .slick-dots li button{
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 0;
}
.index_box1  .slick-dots li.slick-active button{
    background: #fff;
    border-radius: 50%;
    
}

.follow_box .bdsharebuttonbox>a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    font-size: 0;
    vertical-align: middle;
}
.follow_box .bdsharebuttonbox>a:hover{
    opacity: .6;
}
.follow_box .bds_tqq{
    background: url(/public/static/images/home/zh-cn/qqweibo.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_weixin{
    background: url(/public/static/images/home/zh-cn/wechart.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_tsina{
    background: url(/public/static/images/home/zh-cn/xinlang.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_qzone{
    background: url(/public/static/images/home/zh-cn/qqkongjian.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_tqq:hover{
    background: url(/public/static/images/home/zh-cn/qqweibo_0.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_weixin:hover{
    background: url(/public/static/images/home/zh-cn/wechart_0.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_tsina:hover{
    background: url(/public/static/images/home/zh-cn/xinlang_0.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box .bds_qzone:hover{
    background: url(/public/static/images/home/zh-cn/qqkongjian_0.png)no-repeat center;
    background-position: inherit !important;
}
.follow_box{
    margin-top: 30px;
}
.footer_tip{
    padding-top: 35px;
    padding-bottom: 45px;
}
.footer_tip h3{
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.footer_tip p,
.footer_tip a{
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.7em;
}
.footer_tip .form .input{
    position: relative;
    margin-bottom: 16px;
}
.footer_tip .form .input input[type=text],
.footer_tip .form .input textarea{
    width: 100%;
    height: 50px;
    border: 0;
    background-color: rgb(229, 229, 229);
    color: rgb(0, 0, 0);
    text-indent: 6px;
}
.footer_tip .form .input textarea{
    resize: none;
    padding-top: 10px;
    resize: none;
    height: 100px;
}
.footer_tip .form .input .tips{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 15px;
    background-color: #c00;
    color: #fff;
    font-size: 12px;
}
.footer_tip .form .input .btn{
    border-radius: 4px;
    background: #9d002a;
    color: #fff;
    font-size: 14px;
    width: 275px;
    height: 40px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.footer_tip .form .input .btn:hover{
    background: #ce1b4b;
}
.Social_concern{
    width: 48px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97;
}
.Social_concern a{
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    border-radius: 10%;
    margin-bottom: 5px;
}
.Social_concern a:nth-of-type(1){
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -56px 0 #3b5998;
}
.Social_concern a:nth-of-type(2){
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -56px -64px #d14836;
}
.Social_concern a:nth-of-type(3){
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -56px -128px #007fb1;
}
.Social_concern a:nth-of-type(4){
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -56px -256px #00aced;
}
.Social_concern a:nth-of-type(5){
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -56px -320px #cd332d;
}

.banner_slick img{
    width: 100%;
}
.index_box2{
    padding-top: 70px;
}
.index_box2 h2{
    text-align: center;
    margin-bottom: 20px;
}
.index_box2 .items{
    display: flex;
    padding-bottom: 20px;
}
.index_box2 .items .item{
    width: 15%;
    margin-right: 2%;
    padding-bottom: 24px;
}
.index_box2 .items .item.on{
    background: url(/public/static/images/home/zh-cn/1443_icon.png)no-repeat center bottom;
}
.index_box2 .items .item:nth-last-of-type(1){
    margin-right: 0;
}
.index_box2 .items .item .img{
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}
.index_box2 .items .item .img img{
    transition: all .3s;
}
.index_box2 .items .item:hover .tip a{
    color: #e1241a;
}
.index_box2 .items .item:hover .img img{
    transform: scale(1.1);
}
.index_box2 .items .item .img .icon{
    display: none;
    position: absolute;
    top: 20px;
    width: 90%;
    left: 5%;
    padding-top: 91%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    z-index: -1;
}
.index_box2 .items .item .img .icon::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 48, 48, 0.6);
    border-radius: 50%;
}
.index_box2 .items .item.on .img .icon{
    display: block;
}
.index_box2 .items .item .tip a{
    display: block;
    font-size: 24px;
    color: #74716f;
    text-align: center;
    height: 60px;
}
.index_box3{
    overflow: hidden;
}
.index_box3 .tab_info{
    display: none;
    position: relative;
}
.index_box3 .tab_info.on{
    display: block;
}
.index_box3 .tab_info > .img{
    width: 39.4%;
    background-position: right center;
    background-repeat: no-repeat;
    height: 800px;
}
.index_box3 .tab_info .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(/public/static/images/home/zh-cn/1457_bg.png)no-repeat center 78px;
}
.index_box3 .tab_info .content .right{
    padding-top: 150px;
    padding-left: 85px;
}
.index_box3 .tab_info .content .right h3{
    font-size: 30px;
    color: #141414;
    margin-bottom: 40px;
}
.index_box3 .tab_info .content .right p{
    font-size: 20px;
    color: #878787;
    font-weight: 300;
    line-height: 1.4;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 112px;
}
.index_box3 .tab_info .content .right a.more{
    display: inline-block;
    width: 210px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: #e1241a;
    border-radius: 10px;
    text-align: center;
    margin-top: 80px;
}
.index_box3 .tab_info .content .right a.more:hover{
    background: #bb1e16;
}
.index_box4{
    padding-top: 50px;
    padding-bottom: 70px;
}
.index_box4 .tip{
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #222222;
    padding-left: 68px;
}
.index_box4 .tip::after{
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 9px;
    width: 48px;
    height: 8px;
    background: #e1241a;
}
.index_box4 .left{
    padding-top: 60px;
}
.index_box4 h3{
    margin-top: 40px;
    margin-bottom: 60px;
}
.index_box4 .line{
    padding-left: 40px;
    font-size: 24px;
    color: #061429;
    margin-bottom: 22px;
    line-height: 1.1;
    background: url(/public/static/images/home/zh-cn/1530_icon1.png)no-repeat left 0px;
}
.index_box4 a.more{
    display: block;
    font-size: 20px;
    color: #e1241a;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    background: url(/public/static/images/home/zh-cn/1530_icon2.png)no-repeat right center;
    margin-top: 70px;
    margin-bottom: 40px;
}
.index_box4 a.more:hover{
    transform: translateX(15px);
}
.index_box4 p{
    font-size: 20px;
    color: #878787;
    font-weight: 300;
    line-height: 1.4;
}
.index_box4 .right{
    padding-left: 80px;
}
.index_box4 .right .img{
    position: relative;
}
.index_box4 .right .img .video_click{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.index_box4 .right .img .video_click img{
    transition: all .3s;
}
.index_box4 .right .img .video_click:hover img{
    transform: scale(1.1);
}
.index_box4 .video_click:after{
    background: url(/public/static/images/home/zh-cn/video_btn1.png)no-repeat center;
}
.index_box5{
    padding-top: 110px;
    padding-bottom: 130px;
    background: url(/public/static/images/home/zh-cn/1557_bg.jpg)no-repeat center;
}
.index_box5 h3{
    margin-bottom: 125px;
    text-align: center;
}
.index_box5 .items{
    display: flex;
    justify-content: space-between;
}
.index_box5 .items .item{
    position: relative;
    width: 23%;
    padding-top: 120px;
    padding-bottom: 10px;
    background: url(/public/static/images/home/zh-cn/1555_icon.png)no-repeat center;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
.index_box5 .items .item .icon{
    position: absolute;
    left: 50%;
    top: -78px;
    margin-left: -77px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
}
.index_box5 .items .item h4{
    font-size: 24px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.index_box5 .items .item h4 span{
    color: #e1241a;
    font-size: 24px;
    font-weight: bold;
}
.index_box5 .items .item .info{
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 250px;
    font-size: 20px;
    color: #878787;
    font-weight: 300;
    line-height: 1.2;
}
.index_box6{
    padding: 90px 0;
}
.index_box6 h3{
    text-align: center;
    margin-bottom: 55px;
}
.index_box6 .items{
    display: flex;
}
.index_box6 .items .item{
    display: flex;
    width: 33.3%;
    padding: 27px 10px;
    transition: all .3s;
}
.index_box6 .items .item .img{
    display: none;
    width: 50%;
    padding-right: 30px;
}
.index_box6 .items .item.on{
    padding: 27px 60px;
    margin: 0 45px;
    width: 73%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.index_box6 .items .item.on .img{
    display: block;
}
.index_box6 .items .item .info{
    width: 100%;
}
.index_box6 .items .item.on .info{
    width: 50%;
}
.index_box6 .items .item .info .time{
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 6px;
}
.index_box6 .items .item .info .title{
    font-size: 26px;
    color: #2e2e2e;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 25px;
}
.index_box6 .items .item .info p{
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 300;
    line-height: 1.2;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.index_box6 .items .item .info a.more{
    display: block;
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 40px;
}
.index_box6 .items .item .info a.more:hover,
.index_box6 .items .item .info .title:hover{
    color: #e1241a;
}

.tit_h{
    font-size: 48px;
    color: #292929;
    line-height: 1;
    font-weight: bold;
    font-family: Arial;
}
.tit_h span{
    font-size: 48px;
    color: #e1241a;
}

.solution_box1{
    padding-top: 50px;
}
.solution_box1 .img{
    text-align: center;
    margin-bottom: 80px;
}
.solution_box1 .tip{
    padding-bottom: 15px;
}
.solution_box1 h3{
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
}
.solution_box1 p{
    font-size: 15px;
    color: #959595;
    line-height: 1.2em;
}
.cases_box1 h1{
    line-height: 1.7em;
    text-align: center;
    font-size: 30px;
    color: #3a3a3a;
    font-weight: bold;
    margin: 40px 0;
}
.cases_box1 .line{
    padding-top: 35px;
    margin: 10px 0;
    border-bottom: 2px dotted #aaa;
    text-align: center;
}
.cases_box1 .line:nth-last-child(1){
    border-bottom: 0;
}
.cases_box1 .line .img{
    margin-bottom: 45px;
}
.advantage_box1 .info{
    overflow: hidden;
    margin-bottom: 20px;
}
.advantage_box1 .info .img{
    float: left;
}
.advantage_box1 .info .text{
    margin-left: 165px;
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 30px;
    background: url(/public/static/images/home/zh-cn/advantage_bg.png)#eee no-repeat left center;
}
.advantage_box1 .r1 .info .text{
    height: 300px;
}
.advantage_box1 .r2 .info .text{
    height: 230px;
}
.advantage_box1 .r3 .info .text{
    height: 220px;
}
.advantage_box1 .info h3{
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    line-height: 1.8em;
    padding-top: 35px;
    padding-bottom: 15px;
}
.advantage_box1 .info p{
    font-size: 15px;
    color: #797979;
    line-height: 1.7em;
}
.advantage_box1{
    padding-top: 30px;
}

.about_box1{
    padding-bottom: 60px;
}
.about_box1 .img{
    padding: 20px 0 10px;
    text-align: center;
}
.about_box1 h1{
    padding: 20px 0;
    font-size: 30px;
    color: #3a3a3a;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.about_box1 p{
    font-size: 16px;
    color: #959595;
    line-height: 1.7em;
}
.about_box1 .content{
    padding: 0 105px;
}
.contact_box1{
    padding: 100px 0;
    
}
.contact_box1 .content{
    box-shadow: 0 0 20px rgba(14,5,10,0.36);
    overflow: hidden;
}
.contact_box1 .content h1{
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #3a3a3a;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.contact_box1 .content .form{
    margin-left: 20px;
    
}
.contact_box1 h3{
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contact_box1 form{
    border: 1px dashed #dcdcdc;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.contact_box1 .tip{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
    margin-bottom: 5px;
}
.contact_box1 .tip em{
    color: red;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1.7;
}
.contact_box1 .form .input{
    margin-bottom: 10px;
}
.contact_box1 .form .input input[type=text],
.contact_box1 .form .input textarea{
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    text-indent: 12px;
}
.contact_box1 .form .input textarea{
    resize: none;
    padding-top: 10px;
    height: 150px;
}
.contact_box1 .form .input .btn{
    background: #9d002a;
    color: #fff;
    font-size: 15px;
    width: 270px;
    height: 36px;
    transition: all .3s;
    cursor: pointer;
    border: 0;
}
.contact_box1 .form .input .btn:hover{
    background: #e7003e;
}
.contact_box1 form .tips{
    display: block;
    color: red;
    text-align: right;
}
.contact_box1 .info{
    padding-right: 15px;
}
.contact_box1 .info p{
    font-size: 16px;
    color: #7f7f7f;
    line-height: 1.7em;
    padding-bottom: 5px;
}
.contact_box1 .info p a{
    font-size: 16px;
    color: #7f7f7f;
}
.easyzoom_box{
    display: none;
}
.easyzoom_box.on{
    display: block;
}
.pro_tip ul{
    overflow: hidden;
    margin-bottom: 20px;
}
.pro_tip ul li{
    line-height: 26px;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 14px;
    float: left;
    width: 33.33%;
}

.indexold_box1{
    background: #9d002a;
}
.indexold_box2{
    padding-bottom: 50px;
    text-align: center;
}
.indexold_box2 h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
}
.indexold_box2 .item{
    padding: 0 10px;
}
.indexold_box2 .item h4{
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 10px;
}
.indexold_box2 .item p{
    font-size: 14px;
    color: #959595;
    line-height: 1.4em;
    text-align: center;
    height: 100px;
}
.indexold_box2 .item .more{
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.indexold_box2 .item .more a{
    font-size: 14px;
    color: #9d002a;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2em;
    text-align: center;
}
.indexold_box3{
    padding-bottom: 80px;
}
.indexold_box3 .slick-dots li{
    border: 1px solid #999999;
}
.indexold_box4{
    background: url(/public/static/images/home/zh-cn/1012_img4.jpg)no-repeat center;
    background-size: cover;
    text-align: center;
}
.indexold_box4 .video_click{
    padding: 25px 0;
}
.indexold_box4 p{
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    text-align: center;
    padding-top: 30px;
    padding-right: 90px;
    padding-bottom: 45px;
    padding-left: 90px;
}
.indexold_box4 .more{
    padding-bottom: 80px;
}
.indexold_box4 .more a{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 3em;
}
@media (max-width: 992px){
    .indexold_box2 .item p{
        height: auto;
        margin-bottom: 10px;
    }
    .indexold_box2 .item .more{
        margin-bottom: 20px;
    }
    .indexold_box2{
        padding-bottom: 30px;
    }
    .indexold_box3{
        padding-bottom: 30px;
    }
    .indexold_box4 p{
        padding: 0;
    }
    .indexold_box4 .more{
        padding-bottom: 40px;
    }
}


@media (max-width: 1420px){
    .index_box5 .items .item{
        width: 24%;
    }
    .index_box5 .items .item h4{
        font-size: 22px;
    }
    .header_topInfo .item_left {
        width: 680px;
    }
    .index_box2 .items .item .tip a{
        font-size: 20px;
    }
    .index_box3 .tab_info .content{
        background: url(/public/static/images/home/zh-cn/1457_bg.png)no-repeat center 30px;
    }
    .index_box4 .left{
        padding-top: 0;
    }
    .index_box4 h3{
        margin-bottom: 30px;
    }
    .index_box5 .items .item .info{
        ext-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        height: auto;
        margin-bottom: 30px;
    }
}
@media (max-width: 1220px){
    .index_box3 .tab_info .content{
        background: none;
    }
    .advantage_box1 .r1 .info .text{
        height: 350px;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #666;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .lang{
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .lang a{
        font-size: 12px;
        color: #333;
    }
    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("/public/static/images/home/zh-cn/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .product_img_box{
        position: relative;
    }
    .product_img_slick_box{
        position: static;
    }
    .tit_h,
    .tit_h span,
    .tit_h1{
        font-size: 30px;
    }
    .index_box2{
        padding-top: 30px;
    }
    .index_box2 .items .item .img{
        display: none;
    }
    .index_box2 .items{
        flex-wrap: wrap;
    }
    .index_box2 .items .item{
        width: 31%;
    }
    .index_box2 .items .item .tip a{
        font-size: 16px;
        height: auto;
        border: 1px solid #ccc;
        padding: 10px;
    }
    .index_box2 .items .item.on{
        background: none;
    }
    .index_box2 .items .item.on .tip a{
        border-color: #e1241a;
    }
    .index_box3 .tab_info .content{
        position: static;
    }
    .index_box3 .tab_info > .img{
        display: none;
    }
    .index_box3 .tab_info .img{
        width: 200px;
        text-align: center;
        margin-left: 12%;
        margin-top: -4%;
    }
    .index_box3 .tab_info .content .right p{
        display: none;
    }
    .index_box3 .tab_info .content .right{
        padding: 0;
    }
    .index_box3 .tab_info .content .right a.more{
        margin: auto;
        margin-top: 20px;
    }
    .index_box3 .tab_info .content .right{
        text-align: center;
        width: 100%;
    }
    .index_box3 .tab_info .content .right h3{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .index_box4{
        padding-bottom: 30px;
    }
    .index_box4 .line{
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .index_box4 a.more{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .index_box4 .right{
        padding-left: 0;
        padding-top: 30px;
    }
    .index_box4 .right .img .video_click{
        width: 150px;
    }
    .index_box4 p,
    .index_box5 .items .item .info,
    .index_box6 .items .item .info p,
    .fast_navigation ul li, .fast_navigation ul li a, .fast_navigation .items .item p, .fast_navigation ul li span,
    .about_content p,
    .applicationBox1 .applicationTabSwitchBox .switch .textBox .text p,
    .applicationBox2 .textBox p,
    .applicationBox2 .applicationSlickBox .text .t p{
        font-size: 14px;
    }
    .index_box5{
        padding: 30px 0;
        background: none;
    }
    .index_box5 .items .item .icon{
        position: static;
        margin: auto !important;
        width: 150px;
    }
    .index_box5 h3{
        margin-bottom: 30px;
    }
    .index_box5 .items{
        flex-wrap: wrap;
    }
    .index_box5 .items .item{
        padding-top: 0px;
        width: 49%;
    }
    .index_box5 .items .item .icon{
        width: 100px;
        
    }
    .index_box5 .items .item h4{
        font-size: 18px;
        padding-top: 10px;
    }
    .index_box5 .items .item h4 span{
        font-size: 20px;
    }
    .index_box6{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .index_box6 .items .item{
        border: 0 !important;
    }
    .index_box6 .items{
        flex-wrap: wrap;
    }
    .index_box6 .items .item{
        width: 100% !important;
        margin-bottom: 10px;
        margin: 0 !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
    }
    .index_box6 .items .item.on .info{
        width: 100%;
    }
    .index_box6 .items .item .img{
        display: block;
    }
    .index_box6 .items .item .info a.more{
        margin-top: 10px;
    }
    .index_box6 .items .item .info .title{
        margin-bottom: 15px;
    }
    .fast_navigation .items .item{
        display: none;
        width: 100% !important;
    }
    .fast_navigation .items .item:nth-of-type(1){
        display: block;
    }
    .fast_navigation{
        padding-bottom: 0;
    }
    .footer_tip .form{
        margin-top: 30px;
    }
    .footer_copyright{
        padding-bottom: 30px;
    }
    .product_box .submenu_wrap h2, .news_box .submenu_wrap h2{
        background: #333;
        color: #fff;
    }
    .solution_box1 .img{
        margin-bottom: 20px;
        margin-top: 40px;
        text-align: left;
    }
    .solution_box1{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .about_box1 .content{
        padding: 0;
    }
    .contact_box1 .content h1{
        font-size: 22px;
        padding: 0 30px;
    }
    .contact_box1{
        padding: 30px 0;
    }
    .contact_box1 .form .input .btn{
        width: 100%;
    }
    .contact_box1 .info{
        padding-left: 15px;
    }
    .contact_box1 .content .form{
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .fast_navigation .col_lg_6,
    .fast_navigation .col_lg_8{
        display: none;
    }
    .fast_navigation .col_lg_10{
        width: 100%;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }
    .index_box2 .items .item{
        width: 49%;
        margin-right: 1%;
        padding-bottom: 10px;
    }
    .index_box2 .items .item:nth-last-child(1),
    .index_box2 .items .item:nth-last-child(2){
        padding-bottom: 0;
    }
    .index_box6 .items .item .img{
        display: none !important;
    }
    .index_box3 .tab_info .content .right a.more{
        line-height: 35px;
    }
    .index_box3 .tab_info .content .right h3{
        font-size: 25px;
    }
    .Social_concern{
        display: none;
    }
    .advantage_box1 .info .text{
        margin-left: 0;
        height: auto !important;
        padding-bottom: 30px;
    }
    .advantage_box1 .info .img{
        float: none;
    }
}
@media (max-width: 640px){
    .pro_tip ul li{
        width: 100%;
    }
}
@media (max-width: 580px){

}
@media (max-width: 480px) {
    .index_box2 .items .item.on .tip a{
        font-size: 12px;
        background: #e1241a;
        color: #fff;
    }
    .index_box2 .items .item .tip a{
        font-size: 12px;
    }
}